Gets the event descriptor collection for the specified custom attributes array.
Syntax
| Visual Basic (Declaration) | |
|---|
Overloads Public Function GetEvents( _
ByVal attributes() As Attribute _
) As EventDescriptorCollection |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CustomProperties
Dim attributes() As Attribute
Dim value As EventDescriptorCollection
value = instance.GetEvents(attributes)
|
| C# | |
|---|
public EventDescriptorCollection GetEvents(
Attribute[] attributes
) |
Parameters
- attributes
- The attributes array.
See Also